home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 April
/
EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso
/
EARCD
/
util
/
misc
/
PatchSetFunc.lha
/
patchsetfunc
/
PatchSetFunc.readme
< prev
Wrap
Text File
|
1996-12-27
|
2KB
|
41 lines
Short: Redirect SetFunction() to patch.library V1.52
Type: util/misc
Uploader: snfuchs@sokrates.franken.de
Author: snfuchs@sokrates.franken.de
This one was written as a support program, for my patch.library.
It patches the exec.library/SetFunction() to use patch.library
instead of the normal OS-function.
This release of PatchSetFunc (V1.52) fixes the following bugs:
V1.52 FIX: reenabled use with Executive, as V2.0 seems to work alright
FIX: No longer used for the monitor-program MSM (see Compatibility)
ENHANCEMENT: Included the latest patch.library V5 release
V1.51 FIX: In an attempt to get rid off direct reads to AbsExecBase in V1.41
I didn't always access the new field pc-relativ.
(This fixes crashes, when installing and removing patches)
(I still wonder how it could ever work on my system )
ENHANCEMENT: Anyway PatchSetFunc is fully pc-relativ now.
ENHANCEMENT: Included the latest patch.library V5 beta
V1.50 FIX: PatchSetFunc could cause crashes when patching the various
exec.library functions.
This was also why the ReleaseSemphore patch of RetinaEmu (see V1.42)
crashed.
(This bug has been fixed, patches to ReleaseSemaphore() are reenabled.)
V1.44 ENHANCEMENT: Removed some unnessary debug code
V1.43 ENHANCEMENT: Workarounds for the NoBorder options of MCP and NewIcons
(Note: All known No-Icon-Border programs depend on the value 8 residing
on the stack to find out, if Workbench indents to draw icon borders or
something else. This was never documented and may fail with future
versions of the OS)
DOCUMENTATION: Problems with NoIconBorder
V1.42 FIX: No longer patches the exec.library function ReleaseSemaphore()
(This fixes crashes with RetinaEmu)
V1.41 ENHANCEMENT: Sets a private bit in the patch.library base structure,
if active.
DOCUMENTATION: Problems with NoDraw & NoFill
V1.40 ENHANCEMENT: Automatically extends the stack to at least 2000 bytes
for each patch, if patch.library V5+ is installed